projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc40640
)
Fix typo.
author
Pavel Janík
<Pavel@Janik.cz>
Fri, 20 Jul 2001 11:00:46 +0000
(11:00 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Fri, 20 Jul 2001 11:00:46 +0000
(11:00 +0000)
mac/ChangeLog
patch
|
blob
|
history
mac/src/macterm.c
patch
|
blob
|
history
diff --git
a/mac/ChangeLog
b/mac/ChangeLog
index a979dca6ddd4ec649d5367c8642f2b3c536d140b..67833b70168c7464cb8248cebf2a19eec81b9d69 100644
(file)
--- a/
mac/ChangeLog
+++ b/
mac/ChangeLog
@@
-1,3
+1,7
@@
+2001-07-20 Pavel Janík <Pavel@Janik.cz>
+
+ * src/macterm.c (xim_open_dpy): Fix typo.
+
2001-06-26 Andrew Choi <akochoi@i-cable.com>
* README: Change references to SourceForge site to
diff --git
a/mac/src/macterm.c
b/mac/src/macterm.c
index 3df7ae32ea560d64ce10ef7e99b4cd5fb294fb29..09feea3b373c70128afa56cd9096c9c78662a66c 100644
(file)
--- a/
mac/src/macterm.c
+++ b/
mac/src/macterm.c
@@
-9272,7
+9272,7
@@
xim_open_dpy (dpyinfo, resource_name)
#ifdef HAVE_X11R6
destroy.callback = xim_destroy_callback;
destroy.client_data = (XPointer)dpyinfo;
- /* This isn't pr
p
totyped in OSF 5.0. */
+ /* This isn't pr
o
totyped in OSF 5.0. */
XSetIMValues (xim, XNDestroyCallback, &destroy, NULL);
#endif
}